body {
 background-color: #CAF3E4;
}

h1 {
border-style: double;
border: 10px solid white;
color: #06298D;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 75px;

}

caption {
border-style: double;
border: 10px solid white;
color: #06298D;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 60px;
font-weight: bold;
}



table, th, tr {
border: 5px solid white;
color: blue;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
text-align: right;
}



thead {
   padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: white;
  color: blue
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;

}

td {
border: 5px solid white;
background-color: white;
color: blue;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;

}

.tdA {
background-color: #CAF3E4;
border: 5px #CAF3E4;

}

.tdB { 
	border: 5px solid white;
	background-color: white;
	color: blue;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;

}


.tdC {
	background-color: #CAF3E4;
	color: #06298D;
	border: 5px white;
	font-weight: bold;
	font-size: 40px;

}


.tdD {
background-color:  white;
border: 5px solid white;
font-weight: bold;
font-size: 30px;
text-align: center;
}

.tdE {
background-color: #CAF3E4;
border: 5px solid white;
color: blue;
font-weight: bold;
font-size: 25px;
text-align: center;
}
